home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 402_01 / cforms-2.2 / README < prev    next >
Encoding:
Text File  |  1993-07-20  |  2.0 KB  |  48 lines

  1.  
  2.     CForms Vers 2.2 By Lars Berntzon, E-Mail: lab@cap.se @(#) $Id: README,v 1.4 1993/07/21 02:03:42 lasse Exp $
  3.     -----------------------------------------------------------------
  4.  
  5.     CForms is a formular manager for building applications to be used
  6.     for many types of terminals though it uses the {\em curses} library.
  7.     CForms is built up by a language that consists of the objects: modules,
  8.     pictures, fields, literals and events.
  9.  
  10.     An application is built by one or more modules that contains one or
  11.     more pictures that handles the various functions in the application.
  12.     Each picture may contain any number of fields and text literal
  13.     that describes the appearance of the picture.
  14.  
  15.     Fields are defined by their name and may be specified with any type,
  16.     size, special attributes and event handling functions.
  17.  
  18.     CForms may be intermixed with C-code modules in any way.
  19.     See the documentation in the doc:s directory on how to compile and
  20.     use CForms.
  21.  
  22.     Compiling and installation.
  23.     ---------------------------
  24.     To build cforms edit the Makefile.src to set the DEST variable to 
  25.     correct value. After that run 'Configure' followed by make. If
  26.     everything is ok cforms can be installed into DEST by 'make install'.
  27.  
  28.     If you want to compile the examples run 'make example' which will 
  29.     produce the executable 'cforms' in the example directory.
  30.  
  31.     Copyright stuff
  32.     ---------------
  33.     Permission is hereby granted to copy, reproduce, redistribute,
  34.     or otherwise use this software as long as: there is no monetary
  35.     profit gained specifically from the use or reproduction or this
  36.     software, it is not sold, rented, traded or otherwise marketed,
  37.     and this copyright notice is included prominently in any copy
  38.     made.
  39.  
  40.     The author make no claims as to the fitness or correctness of
  41.     this software for any use whatsoever, and it is provided as is. 
  42.     Any use of this software is at the user's own risk.
  43.  
  44.     If you find any bugs though you can always mail a description to
  45.     me on the address above and maybe i look into it.
  46.  
  47.     Have fun.
  48.